Holds data about a decoded texture. More...
Public Member Functions | |
DecodedTextureData () | |
DecodedTextureData (const DecodedTextureData &other) | |
DecodedTextureData (DecodedTextureData &&other) | |
~DecodedTextureData () | |
DecodedTextureData & | operator= (const DecodedTextureData &other) |
DecodedTextureData & | operator= (DecodedTextureData &&other) |
Public Attributes | |
nkImages::Image | _image |
If parsing of the image is requested, the image data. | |
nkMemory::String | _absPath |
The absolute path of the linked image data, if any. | |
Holds data about a decoded texture.
nkGraphics::DecodedTextureData::DecodedTextureData | ( | ) |
Default constructor.
nkGraphics::DecodedTextureData::DecodedTextureData | ( | const DecodedTextureData & | other | ) |
Copy constructor.
other | The data to copy from. |
nkGraphics::DecodedTextureData::DecodedTextureData | ( | DecodedTextureData && | other | ) |
Move constructor.
other | The data to move over. |
nkGraphics::DecodedTextureData::~DecodedTextureData | ( | ) |
Destructor.
DecodedTextureData& nkGraphics::DecodedTextureData::operator= | ( | const DecodedTextureData & | other | ) |
Assignment copy operator.
other | The data to copy from. |
DecodedTextureData& nkGraphics::DecodedTextureData::operator= | ( | DecodedTextureData && | other | ) |
Assignment move operator.
other | The data to move over. |